home *** CD-ROM | disk | FTP | other *** search
- ; Installation script for gtlayout
-
- (transcript "Installing gtlayout library...")
-
- (copylib
- (prompt "Install gtlayout library.")
- (help @copylib-help)
- (source "libs/gtlayout.library")
- (dest "libs:")
- (confirm)
- )
-
- (set @default-dest "Libs:")
-
- (exit)
-
-